runtime.mspan.allocCountBeforeCache (field)

6 uses

	runtime (current package)
		mcache.go#L186: 		slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
		mcache.go#L201: 		s.allocCountBeforeCache = 0
		mcache.go#L219: 	s.allocCountBeforeCache = s.allocCount
		mcache.go#L300: 			slotsUsed := int64(s.allocCount) - int64(s.allocCountBeforeCache)
		mcache.go#L301: 			s.allocCountBeforeCache = 0
		mheap.go#L509: 	allocCountBeforeCache uint16        // a copy of allocCount that is stored just before this span is cached